CUdevprop_st

Legacy device properties

Members

Variables

SIMDWidth
int SIMDWidth;

< Warp size in threads

clockRate
int clockRate;

< Clock frequency in kilohertz

maxGridSize
int[3] maxGridSize;

< Maximum size of each dimension of a grid

maxThreadsDim
int[3] maxThreadsDim;

< Maximum size of each dimension of a block

maxThreadsPerBlock
int maxThreadsPerBlock;

< Maximum number of threads per block

memPitch
int memPitch;

< Maximum pitch in bytes allowed by memory copies

regsPerBlock
int regsPerBlock;

< 32-bit registers available per block

sharedMemPerBlock
int sharedMemPerBlock;

< Shared memory available per block in bytes

textureAlign
int textureAlign;

< Alignment requirement for textures

totalConstantMemory
int totalConstantMemory;

< Constant memory available on device in bytes

Meta